'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public MustInherit Class GroupBuilder (Of TControl As Group, TBuilder As GroupBuilder(Of TControl,TBuilder)) Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)] public abstract class GroupBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> where TControl: Group where TBuilder: GroupBuilder<TControl,TBuilder>